[qemu patches] Update patches for changeset 10926:e47aad0605a3.
authorchris@kneesaa.uk.xensource.com <chris@kneesaa.uk.xensource.com>
Fri, 4 Aug 2006 08:28:34 +0000 (09:28 +0100)
committerchris@kneesaa.uk.xensource.com <chris@kneesaa.uk.xensource.com>
Fri, 4 Aug 2006 08:28:34 +0000 (09:28 +0100)
Signed-off-by: Christian Limpach <Christian.Limpach@xensource.com>
tools/ioemu/patches/qemu-allow-disable-sdl [new file with mode: 0644]
tools/ioemu/patches/series

diff --git a/tools/ioemu/patches/qemu-allow-disable-sdl b/tools/ioemu/patches/qemu-allow-disable-sdl
new file mode 100644 (file)
index 0000000..caa7105
--- /dev/null
@@ -0,0 +1,28 @@
+Index: ioemu/configure
+===================================================================
+--- ioemu.orig/configure       2006-08-03 19:19:38.000000000 +0100
++++ ioemu/configure    2006-08-03 23:38:19.000000000 +0100
+@@ -226,8 +226,6 @@
+   ;;
+   --enable-cocoa) cocoa="yes" ; coreaudio="yes" ; sdl="no"
+   ;;
+-  --disable-gfx-check) check_gfx="no"
+-  ;;
+   --disable-gcc-check) check_gcc="no"
+   ;;
+   --disable-system) softmmu="no"
+@@ -736,14 +734,6 @@
+   target_user_only="yes"
+ fi
+-if test "$target_user_only" = "no" -a "$check_gfx" = "yes" \
+-        -a "$sdl" = "no" -a "$cocoa" = "no" ; then
+-    echo "ERROR: QEMU requires SDL or Cocoa for graphical output"
+-    echo "To build QEMU without graphical output configure with --disable-gfx-check"
+-    echo "Note that this will disable all output from the virtual graphics card."
+-    exit 1;
+-fi
+-
+ #echo "Creating $config_mak, $config_h and $target_dir/Makefile"
+ mkdir -p $target_dir
index 6a32aa2256cc142363bf04a7fb53ebd95005cc6a..4e4b48c50868061ffb3ccc9a2551767c991ac00b 100644 (file)
@@ -37,3 +37,4 @@ vnc-title-domain-name
 vnc-access-monitor-vt
 xenstore-block-device-config
 xenstore-write-vnc-port
+qemu-allow-disable-sdl